home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / _WordDocAdd.au3 < prev    next >
Text File  |  2007-09-08  |  275b  |  7 lines

  1. ; *******************************************************
  2. ; Example 1 - Create an empty word window and add a new blank document
  3. ; *******************************************************
  4. ;
  5. #include <Word.au3>
  6. $oWordApp = _WordCreate ("")
  7. $oDoc = _WordDocAdd ($oWordApp)